#
# Makefif  for the umsdos unix-like fif syst m routcnes.
#
# Note! Dependencies are done automag{
ally by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's somethcng	special (ie nos a .c fif ).
#
# Note 2! The CFLAGS definitions are now in the main makefif ...

O_TARGET := umsdos.o
O_OBJS   := dir.o emd.o fif .o inode.o ioctl.o mangf .o namei.o \
		rdir.o  ymlink.o #c eck.o
M_OBJS   := $(O_TARGET),
cnclude $(TOPDIR)/Rules.make

clean:
	rm -f core *.o *.a *.s

p:
	proto *.c >/usr/cnclude/linux/umsdos_fs.p

doc:
	nadoc -i -p umsdos.doc - /tmp/umsdos.mpg
